[Info]
Title=Example App
Description=This Plug-in is backing up the Configuration file config.ini, the complete folder config and the Configuration key in the Registry.
Author=Asterix and Obelix
BackupFile=1  	'//How many Files are backed up? ONLY for the Info Screen in CloneApp
BackupFolder=1 	'//How many Folders are backed up? ONLY for the Info Screen in CloneApp
BackupRegKey=1 	'//How many RegKeys are backed up? ONLY for the Info Screen in CloneApp
BackupCommand=1 '//How many Commands are executed? ONLY for the Info Screen in CloneApp

[Files] '//All commands goes to the [Files] section

'//Supported Commands
'//Files (This commands supports the Attributes write-only and hidden. If files are Backed up provided with these Attributes, they will be rested by CloneApp to "Normal").
File1=BackupFile|%AppData%\Example App\Configuration\config.ini 	'//Supports Filenames
'//or 
File2=BackupFile|%AppData%\Example App\Configuration\*.ini		'//Supports Filetypes

'//Supported Commands
'//Folders (This commands supports the Attributes write-only and hidden. Attributes are not reseted during the Backup process).
File3=BackupFolder|%AppData%\Example App\Configuration\config.ini 	'//Supports Filenames
File4=BackupFolder|%AppData%\Example App\Configuration\*.ini	 	'//Supports Filetypes
File5=BackupFolder|%AppData%\Example App\Configuration\*.*	 	'//Supports all Files in folder
File6=BackupFolder|%AppData%\Example App\Configuration\*filename*	'//Supports phrase in complete filename
File7=BackupFolder|%AppData%\Example App\Configuration\filename*	'//Supports phrase after filename
File8=BackupFolder|%AppData%\Example App\Configuration			'//Supports complete folder

'//Supported Commands
'//FileFolder (This Command can be used to Backup Files or Folders. It is more aggresive then the BackupFile command).
File9=BackupFileFolder|%AppData%\Example App\Configuration		 '//Supports complete folders/individual Files and Filetypes
or
File10=BackupFileFolder|%AppData%\Example App\Configuration\MyFile.txt or *MyFile*
or
File11=BackupFileFolder|%AppData%\Example App\Configuration\*.txt 

'//Supported Commands
'//Registry Keys
File12=BackupRegKey|HKEY_CURRENT_USER\Software\ExampleApp

'//Supported Commands
'//Execute Files/Apps
File13=RunFile|%AppData%\Example App\Configuration\My Software.exe? '//This command "?" '//runs the Executable

'//Supported Commands
'//Execute Commands
File14=RunCommand|netsh advfirewall export %AppBackupPath%\WindowsFirewallSettings.wfw" '//Execute command-line netsh advfirewall and exports the Windows Firewall Settings to the Backup directory of CloneApp.

The RunCommand supports also the Variable "AppClonePath" If enabled, it uses the default Backup directory of CloneApp.

'//Custom Backup Commands
File1=BackupFileCustom|  	'//Backup the Files added in the Custom tab > Files
File2=BackupFolderCustom| 	'//Backup the Folders added in the Custom tab > Folders
File3=BackupRegKeyCustom|	'//Backup the Registry Keys added in the Custom tab > Registry Keys
File4=BackupCommandCustom|	'//Backup the Commands added in the Custom tab > Commands

'//Custom Restore Commands
File1=RestoreFileCustom|  	'//Restore the Files added in the Custom tab > Files
File2=RestoreFolderCustom| 	'//Restore the Folders added in the Custom tab > Folders
File3=RestoreRegKeyCustom|	'//Restore the Registry Keys added in the Custom tab > Registry Keys
File4=RestoreCommandCustom|	'//Restore the Commands added in the Custom tab > Commands


